diff --git a/Configuration/Geometry/README.md b/Configuration/Geometry/README.md
index 16583428fc5df..03445bd1b2fa9 100644
--- a/Configuration/Geometry/README.md
+++ b/Configuration/Geometry/README.md
@@ -128,9 +128,11 @@ Calorimeters:
* C21: HGCal (v17 version of HGCal geometry as in C19 but turning off all dead areas and gaps) + Phase2 HCAL and EB (used in Run4D101)
* C22: HGCal (v18 version of HGCal geometry as in C18 with calibration cells, nonzero cssette retraction, correct mousebite, guard ring, proper cell size) + Phase2 HCAL and EB (used in Run4D104)
* C23: HGCal (same as the v18 version which is in C22 but without internal cells in the Geant4 geometry defintiion) + Phase2 HCAL and EB (used in Run4D106)
-* C24: HGCal (v18 version of HGCal geometry as in C122 but turning off all dead areas and gaps) + Phase2 HCAL and EB (used in Run4D109)
+* C24: HGCal (v18 version of HGCal geometry as in C22 but turning off all dead areas and gaps) + Phase2 HCAL and EB (used in Run4D109)
* C25: sane as C18 but changing ebalgo.xml to make it more conformant with standard
* C26: HGCal (v19 version of HGCal geometry with calibration cells, nonzero cssette retraction, correct mousebite, guard ring, proper cell size) + Phase2 HCAL and EB (used in Run4D120)
+* C27: HGCal (same as the v19 version which is in C26 but without internal cells in the Geant4 geometry defintiion) + Phase2 HCAL and EB (used in Run4D106)
+* C28: HGCal (v19 version of HGCal geometry as in C22 but turning off all dead areas and gaps) + Phase2 HCAL and EB (used in Run4D109)
Muon system:
* M4: Phase2 muon system for TDR w/ GE2/1, ME0, RE3/1, RE4/1 (incl. granularity in ME0, staggered GE2/1), 96 iRPC strips, no overlaps, MB4Shields
@@ -204,3 +206,5 @@ Several detector combinations have been generated:
* D119 = T35+C25+M15+I20+O10+F9
* D120 = T35+C26+M15+I20+O10+F9
* D121 = T35+C25+M16+I17+O10+F9
+* D122 = T35+C27+M15+I20+O10+F9
+* D123 = T35+C28+M15+I20+O10+F9
diff --git a/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122Reco_cff.py b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122Reco_cff.py
new file mode 100644
index 0000000000000..affb2f8423b54
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122Reco_cff.py
@@ -0,0 +1,61 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryDD4hepExtendedRun4D122_cff import *
+
+# tracker
+from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
+from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
+from Geometry.TrackerGeometryBuilder.TrackerAdditionalParametersPerDet_cfi import *
+from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
+from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
+from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
+trackerGeometry.applyAlignment = True
+
+# calo
+from Geometry.CaloEventSetup.HGCalTopology_cfi import *
+from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
+from Geometry.CaloEventSetup.CaloTopology_cfi import *
+from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
+CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
+ SelectedCalos = cms.vstring("HCAL",
+ "ZDC",
+ "EcalBarrel",
+ "TOWER",
+ "HGCalEESensitive",
+ "HGCalHESiliconSensitive",
+ "HGCalHEScintillatorSensitive"
+ )
+)
+from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
+from Geometry.HcalEventSetup.HcalGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
+from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
+from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
+from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
+from Geometry.EcalMapping.EcalMapping_cfi import *
+from Geometry.EcalMapping.EcalMappingRecord_cfi import *
+
+# muon
+from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
+from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
+from Geometry.GEMGeometryBuilder.gemGeometry_cff import *
+from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
+from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
+
+# forward
+from Geometry.ForwardGeometry.zdcTopologyEP_cfi import *
+from Geometry.ForwardGeometry.ZdcGeometry_cfi import *
+
+# timing
+from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
+from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
+from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
+mtdGeometry.applyAlignment = False
+
diff --git a/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122_cff.py b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122_cff.py
new file mode 100644
index 0000000000000..aae9754673070
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D122_cff.py
@@ -0,0 +1,17 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryDD4hep_cff import *
+DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D122.xml")
+
+from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import *
+from SLHCUpgradeSimulations.Geometry.fakePhase2OuterTrackerConditions_cff import *
+from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
+from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
+from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
+from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
+from Geometry.MuonNumbering.muonGeometryConstants_cff import *
+from Geometry.MuonNumbering.muonOffsetESProducer_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
diff --git a/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123Reco_cff.py b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123Reco_cff.py
new file mode 100644
index 0000000000000..946bf15e70829
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123Reco_cff.py
@@ -0,0 +1,61 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryDD4hepExtendedRun4D123_cff import *
+
+# tracker
+from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
+from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
+from Geometry.TrackerGeometryBuilder.TrackerAdditionalParametersPerDet_cfi import *
+from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
+from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
+from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
+trackerGeometry.applyAlignment = True
+
+# calo
+from Geometry.CaloEventSetup.HGCalTopology_cfi import *
+from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
+from Geometry.CaloEventSetup.CaloTopology_cfi import *
+from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
+CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
+ SelectedCalos = cms.vstring("HCAL",
+ "ZDC",
+ "EcalBarrel",
+ "TOWER",
+ "HGCalEESensitive",
+ "HGCalHESiliconSensitive",
+ "HGCalHEScintillatorSensitive"
+ )
+)
+from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
+from Geometry.HcalEventSetup.HcalGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
+from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
+from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
+from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
+from Geometry.EcalMapping.EcalMapping_cfi import *
+from Geometry.EcalMapping.EcalMappingRecord_cfi import *
+
+# muon
+from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
+from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
+from Geometry.GEMGeometryBuilder.gemGeometry_cff import *
+from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
+from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
+
+# forward
+from Geometry.ForwardGeometry.zdcTopologyEP_cfi import *
+from Geometry.ForwardGeometry.ZdcGeometry_cfi import *
+
+# timing
+from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
+from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
+from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
+mtdGeometry.applyAlignment = False
+
diff --git a/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123_cff.py b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123_cff.py
new file mode 100644
index 0000000000000..dca297e60ea9f
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryDD4hepExtendedRun4D123_cff.py
@@ -0,0 +1,17 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryDD4hep_cff import *
+DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D123.xml")
+
+from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import *
+from SLHCUpgradeSimulations.Geometry.fakePhase2OuterTrackerConditions_cff import *
+from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
+from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
+from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
+from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
+from Geometry.MuonNumbering.muonGeometryConstants_cff import *
+from Geometry.MuonNumbering.muonOffsetESProducer_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
diff --git a/Configuration/Geometry/python/GeometryExtendedRun4D122Reco_cff.py b/Configuration/Geometry/python/GeometryExtendedRun4D122Reco_cff.py
new file mode 100644
index 0000000000000..c4c4c8423bc81
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryExtendedRun4D122Reco_cff.py
@@ -0,0 +1,61 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryExtendedRun4D122_cff import *
+
+# tracker
+from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
+from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
+from Geometry.TrackerGeometryBuilder.TrackerAdditionalParametersPerDet_cfi import *
+from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
+from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
+from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
+trackerGeometry.applyAlignment = True
+
+# calo
+from Geometry.CaloEventSetup.HGCalTopology_cfi import *
+from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
+from Geometry.CaloEventSetup.CaloTopology_cfi import *
+from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
+CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
+ SelectedCalos = cms.vstring("HCAL",
+ "ZDC",
+ "EcalBarrel",
+ "TOWER",
+ "HGCalEESensitive",
+ "HGCalHESiliconSensitive",
+ "HGCalHEScintillatorSensitive"
+ )
+)
+from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
+from Geometry.HcalEventSetup.HcalGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
+from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
+from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
+from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
+from Geometry.EcalMapping.EcalMapping_cfi import *
+from Geometry.EcalMapping.EcalMappingRecord_cfi import *
+
+# muon
+from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
+from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
+from Geometry.GEMGeometryBuilder.gemGeometry_cff import *
+from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
+from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
+
+# forward
+from Geometry.ForwardGeometry.zdcTopologyEP_cfi import *
+from Geometry.ForwardGeometry.ZdcGeometry_cfi import *
+
+# timing
+from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
+from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
+from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
+mtdGeometry.applyAlignment = False
+
diff --git a/Configuration/Geometry/python/GeometryExtendedRun4D122_cff.py b/Configuration/Geometry/python/GeometryExtendedRun4D122_cff.py
new file mode 100644
index 0000000000000..c967d1d03e2df
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryExtendedRun4D122_cff.py
@@ -0,0 +1,15 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Geometry.CMSCommonData.cmsExtendedGeometryRun4D122XML_cfi import *
+from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import *
+from SLHCUpgradeSimulations.Geometry.fakePhase2OuterTrackerConditions_cff import *
+from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
+from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
+from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
+from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
+from Geometry.MuonNumbering.muonGeometryConstants_cff import *
+from Geometry.MuonNumbering.muonOffsetESProducer_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
diff --git a/Configuration/Geometry/python/GeometryExtendedRun4D123Reco_cff.py b/Configuration/Geometry/python/GeometryExtendedRun4D123Reco_cff.py
new file mode 100644
index 0000000000000..efb7b878d5969
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryExtendedRun4D123Reco_cff.py
@@ -0,0 +1,61 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Configuration.Geometry.GeometryExtendedRun4D123_cff import *
+
+# tracker
+from Geometry.CommonTopologies.globalTrackingGeometry_cfi import *
+from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
+from Geometry.TrackerGeometryBuilder.TrackerAdditionalParametersPerDet_cfi import *
+from Geometry.TrackerGeometryBuilder.trackerParameters_cff import *
+from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import *
+from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import *
+trackerGeometry.applyAlignment = True
+
+# calo
+from Geometry.CaloEventSetup.HGCalTopology_cfi import *
+from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *
+from Geometry.CaloEventSetup.CaloTopology_cfi import *
+from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *
+CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
+ SelectedCalos = cms.vstring("HCAL",
+ "ZDC",
+ "EcalBarrel",
+ "TOWER",
+ "HGCalEESensitive",
+ "HGCalHESiliconSensitive",
+ "HGCalHEScintillatorSensitive"
+ )
+)
+from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *
+from Geometry.HcalEventSetup.HcalGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *
+from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *
+from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
+from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *
+from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
+from Geometry.EcalMapping.EcalMapping_cfi import *
+from Geometry.EcalMapping.EcalMappingRecord_cfi import *
+
+# muon
+from Geometry.MuonNumbering.muonNumberingInitialization_cfi import *
+from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
+from Geometry.GEMGeometryBuilder.gemGeometry_cff import *
+from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import *
+from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import *
+
+# forward
+from Geometry.ForwardGeometry.zdcTopologyEP_cfi import *
+from Geometry.ForwardGeometry.ZdcGeometry_cfi import *
+
+# timing
+from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.mtdParameters_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
+from Geometry.MTDNumberingBuilder.mtdTopology_cfi import *
+from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import *
+from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import *
+mtdGeometry.applyAlignment = False
+
diff --git a/Configuration/Geometry/python/GeometryExtendedRun4D123_cff.py b/Configuration/Geometry/python/GeometryExtendedRun4D123_cff.py
new file mode 100644
index 0000000000000..cc047b2e4c93e
--- /dev/null
+++ b/Configuration/Geometry/python/GeometryExtendedRun4D123_cff.py
@@ -0,0 +1,15 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+from Geometry.CMSCommonData.cmsExtendedGeometryRun4D123XML_cfi import *
+from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import *
+from SLHCUpgradeSimulations.Geometry.fakePhase2OuterTrackerConditions_cff import *
+from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
+from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
+from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *
+from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *
+from Geometry.MuonNumbering.muonGeometryConstants_cff import *
+from Geometry.MuonNumbering.muonOffsetESProducer_cff import *
+from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *
diff --git a/Configuration/Geometry/python/dictRun4Geometry.py b/Configuration/Geometry/python/dictRun4Geometry.py
index ad86caf12b123..e82e92dd2b9df 100644
--- a/Configuration/Geometry/python/dictRun4Geometry.py
+++ b/Configuration/Geometry/python/dictRun4Geometry.py
@@ -866,7 +866,7 @@
'Geometry/HGCalCommonData/data/hgcalEE/v17/hgcalEE.xml',
'Geometry/HGCalCommonData/data/hgcalHEsil/v17/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/hgcalHEmix/v17/hgcalHEmix.xml',
- 'Geometry/HGCalCommonData/data/hgcalCons/v17n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v17ng/hgcalCons.xml',
'Geometry/HGCalCommonData/data/hgcalConsData/v17/hgcalConsData.xml',
],
3 : [
@@ -1089,7 +1089,7 @@
'Geometry/HGCalCommonData/data/hgcalEE/v18/hgcalEE.xml',
'Geometry/HGCalCommonData/data/hgcalHEsil/v18/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/hgcalHEmix/v18/hgcalHEmix.xml',
- 'Geometry/HGCalCommonData/data/hgcalCons/v18n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v18ngx/hgcalCons.xml',
'Geometry/HGCalCommonData/data/hgcalConsData/v17/hgcalConsData.xml',
],
3 : [
@@ -1288,6 +1288,229 @@
],
"era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV16, phase2_hfnose, phase2-hgcalV18",
},
+ "C27" : {
+ 1 : [
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19n/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ ],
+ 3 : [
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv15.xml',
+ ],
+ 4 : [
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ ],
+ "sim" : [
+ 'from Geometry.EcalCommonData.ecalSimulationParameters_cff import *',
+ 'from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *',
+ 'from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *',
+ 'from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *'
+ ],
+ "reco" : [
+ 'from Geometry.CaloEventSetup.HGCalTopology_cfi import *',
+ 'from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloTopology_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *',
+ 'CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",',
+ ' SelectedCalos = cms.vstring("HCAL",',
+ ' "ZDC",',
+ ' "EcalBarrel",',
+ ' "TOWER",',
+ ' "HGCalEESensitive",',
+ ' "HGCalHESiliconSensitive",',
+ ' "HGCalHEScintillatorSensitive"',
+ ' )',
+ ')',
+ 'from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.HcalGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *',
+ 'from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *',
+ 'from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *',
+ 'from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *',
+ 'from Geometry.EcalMapping.EcalMapping_cfi import *',
+ 'from Geometry.EcalMapping.EcalMappingRecord_cfi import *',
+ ],
+ "era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV16, phase2_hfnose, phase2-hgcalV18",
+ },
+ "C28" : {
+ 1 : [
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19ng/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ ],
+ 3 : [
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv15.xml',
+ ],
+ 4 : [
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ ],
+ "sim" : [
+ 'from Geometry.EcalCommonData.ecalSimulationParameters_cff import *',
+ 'from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *',
+ 'from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *',
+ 'from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *'
+ ],
+ "reco" : [
+ 'from Geometry.CaloEventSetup.HGCalTopology_cfi import *',
+ 'from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloTopology_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *',
+ 'CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",',
+ ' SelectedCalos = cms.vstring("HCAL",',
+ ' "ZDC",',
+ ' "EcalBarrel",',
+ ' "TOWER",',
+ ' "HGCalEESensitive",',
+ ' "HGCalHESiliconSensitive",',
+ ' "HGCalHEScintillatorSensitive"',
+ ' )',
+ ')',
+ 'from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.HcalGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *',
+ 'from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *',
+ 'from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *',
+ 'from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *',
+ 'from Geometry.EcalMapping.EcalMapping_cfi import *',
+ 'from Geometry.EcalMapping.EcalMappingRecord_cfi import *',
+ ],
+ "era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV16, phase2_hfnose, phase2-hgcalV18",
+ },
+ "C26" : {
+ 1 : [
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalcell/v19/hgcalcell.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ ],
+ 3 : [
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv15.xml',
+ ],
+ 4 : [
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ ],
+ "sim" : [
+ 'from Geometry.EcalCommonData.ecalSimulationParameters_cff import *',
+ 'from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *',
+ 'from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import *',
+ 'from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import *'
+ ],
+ "reco" : [
+ 'from Geometry.CaloEventSetup.HGCalTopology_cfi import *',
+ 'from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloTopology_cfi import *',
+ 'from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import *',
+ 'CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",',
+ ' SelectedCalos = cms.vstring("HCAL",',
+ ' "ZDC",',
+ ' "EcalBarrel",',
+ ' "TOWER",',
+ ' "HGCalEESensitive",',
+ ' "HGCalHESiliconSensitive",',
+ ' "HGCalHEScintillatorSensitive"',
+ ' )',
+ ')',
+ 'from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.HcalGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import *',
+ 'from Geometry.HcalEventSetup.CaloTowerTopology_cfi import *',
+ 'from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *',
+ 'from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *',
+ 'from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *',
+ 'from Geometry.EcalMapping.EcalMapping_cfi import *',
+ 'from Geometry.EcalMapping.EcalMappingRecord_cfi import *',
+ ],
+ "era" : "phase2_ecal, phase2_hcal, phase2_hgcal, hcalHardcodeConditions, phase2_hgcalV10, phase2_hgcalV11, phase2_hgcalV16, phase2_hfnose, phase2-hgcalV18",
+ },
}
@@ -1768,6 +1991,8 @@
("O10","T35","C25","M15","F9","I20") : "D119",
("O10","T35","C26","M15","F9","I20") : "D120",
("O10","T35","C25","M16","F9","I17") : "D121",
+ ("O10","T35","C27","M15","F9","I20") : "D122",
+ ("O10","T35","C28","M15","F9","I20") : "D123",
}
deprecatedDets = set([ "D1", "D2", "D3", "D5", "D6" , "D7", "D4", "D8" , "D9", "D12", "D13", "D15", "D10", "D11", "D14", "D16", "D17", "D18", "D19", "D20", "D21", "D22", "D23", "D24", "D25", "D26", "D27", "D28", "D29", "D30", "D31", "D32", "D33", "D34", "D36", "D37", "D38", "D39", "D40", "D42", "D35", "D41", "D43", "D44", "D45", "D46", "D48", "D47", "D50", "D51", "D52", "D53", "D54", "D55", "D56", "D57", "D58", "D59", "D61", "D62", "D63", "D64", "D65", "D66", "D67", "D69", "D71", "D72", "D73", "D74", "D75", "D78", "D79", "D87", "D89", "D90", "D49", "D60", "D68", "D70", "D76", "D77", "D80", "D81", "D82", "D83", "D84", "D85","D86","D88","D91","D92","D93","D94","D97"])
diff --git a/Configuration/StandardSequences/python/GeometryConf.py b/Configuration/StandardSequences/python/GeometryConf.py
index 9dbd015081a2c..b2c8bd1c940c4 100644
--- a/Configuration/StandardSequences/python/GeometryConf.py
+++ b/Configuration/StandardSequences/python/GeometryConf.py
@@ -140,4 +140,8 @@
'DD4hepExtendedRun4D120' : 'DD4hepExtendedRun4D120,DD4hepExtendedRun4D120Reco',
'ExtendedRun4D121' : 'ExtendedRun4D121,ExtendedRun4D121Reco',
'DD4hepExtendedRun4D121' : 'DD4hepExtendedRun4D121,DD4hepExtendedRun4D121Reco',
+ 'ExtendedRun4D122' : 'ExtendedRun4D122,ExtendedRun4D122Reco',
+ 'DD4hepExtendedRun4D122' : 'DD4hepExtendedRun4D122,DD4hepExtendedRun4D122Reco',
+ 'ExtendedRun4D123' : 'ExtendedRun4D123,ExtendedRun4D123Reco',
+ 'DD4hepExtendedRun4D123' : 'DD4hepExtendedRun4D123,DD4hepExtendedRun4D123Reco',
}
diff --git a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D103.xml b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D103.xml
index 512fee4793a94..7c6dc4f41962f 100644
--- a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D103.xml
+++ b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D103.xml
@@ -63,7 +63,7 @@
-
+
diff --git a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D109.xml b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D109.xml
index ef3f1fce3331c..06c5b300b2bf7 100644
--- a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D109.xml
+++ b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D109.xml
@@ -63,7 +63,7 @@
-
+
diff --git a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D122.xml b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D122.xml
new file mode 100644
index 0000000000000..754853bd7078f
--- /dev/null
+++ b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D122.xml
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D123.xml b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D123.xml
new file mode 100644
index 0000000000000..2430a0159f58a
--- /dev/null
+++ b/Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometryRun4D123.xml
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D103XML_cfi.py b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D103XML_cfi.py
index a7a0e5b564ad1..d13c1a24199e0 100644
--- a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D103XML_cfi.py
+++ b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D103XML_cfi.py
@@ -64,7 +64,7 @@
'Geometry/HGCalCommonData/data/hgcalEE/v17/hgcalEE.xml',
'Geometry/HGCalCommonData/data/hgcalHEsil/v17/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/hgcalHEmix/v17/hgcalHEmix.xml',
- 'Geometry/HGCalCommonData/data/hgcalCons/v17n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v17ng/hgcalCons.xml',
'Geometry/HGCalCommonData/data/hgcalConsData/v17/hgcalConsData.xml',
'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
'Geometry/MuonCommonData/data/mb1/2015/v2/mb1.xml',
diff --git a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D109XML_cfi.py b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D109XML_cfi.py
index 30f173c57f398..cccc173e2544e 100644
--- a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D109XML_cfi.py
+++ b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D109XML_cfi.py
@@ -64,7 +64,7 @@
'Geometry/HGCalCommonData/data/hgcalEE/v18/hgcalEE.xml',
'Geometry/HGCalCommonData/data/hgcalHEsil/v18/hgcalHEsil.xml',
'Geometry/HGCalCommonData/data/hgcalHEmix/v18/hgcalHEmix.xml',
- 'Geometry/HGCalCommonData/data/hgcalCons/v18n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v18ngx/hgcalCons.xml',
'Geometry/HGCalCommonData/data/hgcalConsData/v17/hgcalConsData.xml',
'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
'Geometry/MuonCommonData/data/mb1/2015/v2/mb1.xml',
diff --git a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D122XML_cfi.py b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D122XML_cfi.py
new file mode 100644
index 0000000000000..13f8d5612d590
--- /dev/null
+++ b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D122XML_cfi.py
@@ -0,0 +1,128 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
+ geomXMLFiles = cms.vstring(
+ 'Geometry/CMSCommonData/data/materials/2030/v1/materials.xml',
+ 'Geometry/TrackerCommonData/data/trackermaterial/2021/v2/trackermaterial.xml',
+ 'Geometry/CMSCommonData/data/rotations.xml',
+ 'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
+ 'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
+ 'Geometry/CMSCommonData/data/cms/2030/v5/cms.xml',
+ 'Geometry/CMSCommonData/data/cmsMother.xml',
+ 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
+ 'Geometry/CMSCommonData/data/cmsTracker.xml',
+ 'Geometry/CMSCommonData/data/caloBase/2030/v7/caloBase.xml',
+ 'Geometry/CMSCommonData/data/cmsCalo.xml',
+ 'Geometry/CMSCommonData/data/muonBase/2030/v5/muonBase.xml',
+ 'Geometry/CMSCommonData/data/cmsMuon.xml',
+ 'Geometry/CMSCommonData/data/mgnt.xml',
+ 'Geometry/CMSCommonData/data/beampipe/2030/v3/beampipe.xml',
+ 'Geometry/CMSCommonData/data/cmsBeam/2030/v1/cmsBeam.xml',
+ 'Geometry/CMSCommonData/data/muonMB.xml',
+ 'Geometry/CMSCommonData/data/muonMagnet.xml',
+ 'Geometry/CMSCommonData/data/cavern/2021/v1/cavern.xml',
+ 'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
+ 'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml',
+ 'Geometry/TrackerCommonData/data/trackermaterial.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/otst.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml',
+ 'Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml',
+ 'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19n/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19n/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ 'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
+ 'Geometry/MuonCommonData/data/mb1/2015/v2/mb1.xml',
+ 'Geometry/MuonCommonData/data/mb2/2015/v2/mb2.xml',
+ 'Geometry/MuonCommonData/data/mb3/2015/v3/mb3.xml',
+ 'Geometry/MuonCommonData/data/mb4/2015/v2/mb4.xml',
+ 'Geometry/MuonCommonData/data/mb4Shield/2030/v1/mb4Shield.xml',
+ 'Geometry/MuonCommonData/data/muonYoke/2030/v4/muonYoke.xml',
+ 'Geometry/MuonCommonData/data/mf/2030/v8/mf.xml',
+ 'Geometry/MuonCommonData/data/csc/2021/v2/csc.xml',
+ 'Geometry/MuonCommonData/data/rpcf/2030/v4/rpcf.xml',
+ 'Geometry/MuonCommonData/data/gemf/TDR_BaseLine/gemf.xml',
+ 'Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml',
+ 'Geometry/MuonCommonData/data/gem21/2030/v1/gem21.xml',
+ 'Geometry/MuonCommonData/data/mfshield/2030/v6/mfshield.xml',
+ 'Geometry/MuonCommonData/data/ge0/TDR_Dev/v5/ge0.xml',
+ 'Geometry/MuonCommonData/data/ge0shield/2030/v1/ge0shield.xml',
+ 'Geometry/ForwardCommonData/data/forwardshield/2030/v5/forwardshield.xml',
+ 'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
+ 'Geometry/ForwardCommonData/data/lumimaterials.xml',
+ 'Geometry/ForwardCommonData/data/zdcrotations.xml',
+ 'Geometry/ForwardCommonData/data/lumirotations.xml',
+ 'Geometry/ForwardCommonData/data/zdc/2030/v1/zdc.xml',
+ 'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
+ 'Geometry/ForwardCommonData/data/cmszdc.xml',
+ 'Geometry/MTDCommonData/data/mtdMaterial/v3/mtdMaterial.xml',
+ 'Geometry/MTDCommonData/data/btl/v4/btl.xml',
+ 'Geometry/MTDCommonData/data/etl/v10/etl.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v8/mtdStructureTopology.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v8/mtdParameters.xml',
+ )+
+ cms.vstring(
+ 'Geometry/MuonCommonData/data/muonNumbering/TDR_DeV/v5/muonNumbering.xml',
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv15.xml',
+ 'Geometry/MuonSimData/data/PhaseII/v2/muonSens.xml',
+ 'Geometry/DTGeometryBuilder/data/dtSpecsFilter/2021/v1/dtSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
+ 'Geometry/RPCGeometryBuilder/data/2030/v1/RPCSpecs.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecsFilter.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecs.xml',
+ 'Geometry/ForwardSimData/data/zdcsens.xml',
+ 'Geometry/MTDSimData/data/v5/mtdsens.xml',
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ 'Geometry/MuonSimData/data/muonProdCuts/2030/v2/muonProdCuts.xml',
+ 'Geometry/ForwardSimData/data/zdcProdCuts/2021/v2/zdcProdCuts.xml',
+ 'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
+ 'Geometry/MTDSimData/data/v5/mtdProdCuts.xml',
+ 'Geometry/CMSCommonData/data/FieldParameters.xml',
+ ),
+ rootNodeName = cms.string('cms:OCMS')
+)
diff --git a/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D123XML_cfi.py b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D123XML_cfi.py
new file mode 100644
index 0000000000000..53f5d48f31353
--- /dev/null
+++ b/Geometry/CMSCommonData/python/cmsExtendedGeometryRun4D123XML_cfi.py
@@ -0,0 +1,128 @@
+import FWCore.ParameterSet.Config as cms
+
+# This config was generated automatically using generateRun4Geometry.py
+# If you notice a mistake, please update the generating script, not just this config
+
+XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
+ geomXMLFiles = cms.vstring(
+ 'Geometry/CMSCommonData/data/materials/2030/v1/materials.xml',
+ 'Geometry/TrackerCommonData/data/trackermaterial/2021/v2/trackermaterial.xml',
+ 'Geometry/CMSCommonData/data/rotations.xml',
+ 'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
+ 'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
+ 'Geometry/CMSCommonData/data/cms/2030/v5/cms.xml',
+ 'Geometry/CMSCommonData/data/cmsMother.xml',
+ 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
+ 'Geometry/CMSCommonData/data/cmsTracker.xml',
+ 'Geometry/CMSCommonData/data/caloBase/2030/v7/caloBase.xml',
+ 'Geometry/CMSCommonData/data/cmsCalo.xml',
+ 'Geometry/CMSCommonData/data/muonBase/2030/v5/muonBase.xml',
+ 'Geometry/CMSCommonData/data/cmsMuon.xml',
+ 'Geometry/CMSCommonData/data/mgnt.xml',
+ 'Geometry/CMSCommonData/data/beampipe/2030/v3/beampipe.xml',
+ 'Geometry/CMSCommonData/data/cmsBeam/2030/v1/cmsBeam.xml',
+ 'Geometry/CMSCommonData/data/muonMB.xml',
+ 'Geometry/CMSCommonData/data/muonMagnet.xml',
+ 'Geometry/CMSCommonData/data/cavern/2021/v1/cavern.xml',
+ 'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
+ 'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml',
+ 'Geometry/TrackerCommonData/data/trackermaterial.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/otst.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml',
+ 'Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml',
+ 'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19ng/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ 'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
+ 'Geometry/MuonCommonData/data/mb1/2015/v2/mb1.xml',
+ 'Geometry/MuonCommonData/data/mb2/2015/v2/mb2.xml',
+ 'Geometry/MuonCommonData/data/mb3/2015/v3/mb3.xml',
+ 'Geometry/MuonCommonData/data/mb4/2015/v2/mb4.xml',
+ 'Geometry/MuonCommonData/data/mb4Shield/2030/v1/mb4Shield.xml',
+ 'Geometry/MuonCommonData/data/muonYoke/2030/v4/muonYoke.xml',
+ 'Geometry/MuonCommonData/data/mf/2030/v8/mf.xml',
+ 'Geometry/MuonCommonData/data/csc/2021/v2/csc.xml',
+ 'Geometry/MuonCommonData/data/rpcf/2030/v4/rpcf.xml',
+ 'Geometry/MuonCommonData/data/gemf/TDR_BaseLine/gemf.xml',
+ 'Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml',
+ 'Geometry/MuonCommonData/data/gem21/2030/v1/gem21.xml',
+ 'Geometry/MuonCommonData/data/mfshield/2030/v6/mfshield.xml',
+ 'Geometry/MuonCommonData/data/ge0/TDR_Dev/v5/ge0.xml',
+ 'Geometry/MuonCommonData/data/ge0shield/2030/v1/ge0shield.xml',
+ 'Geometry/ForwardCommonData/data/forwardshield/2030/v5/forwardshield.xml',
+ 'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
+ 'Geometry/ForwardCommonData/data/lumimaterials.xml',
+ 'Geometry/ForwardCommonData/data/zdcrotations.xml',
+ 'Geometry/ForwardCommonData/data/lumirotations.xml',
+ 'Geometry/ForwardCommonData/data/zdc/2030/v1/zdc.xml',
+ 'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
+ 'Geometry/ForwardCommonData/data/cmszdc.xml',
+ 'Geometry/MTDCommonData/data/mtdMaterial/v3/mtdMaterial.xml',
+ 'Geometry/MTDCommonData/data/btl/v4/btl.xml',
+ 'Geometry/MTDCommonData/data/etl/v10/etl.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v8/mtdStructureTopology.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v8/mtdParameters.xml',
+ )+
+ cms.vstring(
+ 'Geometry/MuonCommonData/data/muonNumbering/TDR_DeV/v5/muonNumbering.xml',
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv15.xml',
+ 'Geometry/MuonSimData/data/PhaseII/v2/muonSens.xml',
+ 'Geometry/DTGeometryBuilder/data/dtSpecsFilter/2021/v1/dtSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
+ 'Geometry/RPCGeometryBuilder/data/2030/v1/RPCSpecs.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecsFilter.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecs.xml',
+ 'Geometry/ForwardSimData/data/zdcsens.xml',
+ 'Geometry/MTDSimData/data/v5/mtdsens.xml',
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ 'Geometry/MuonSimData/data/muonProdCuts/2030/v2/muonProdCuts.xml',
+ 'Geometry/ForwardSimData/data/zdcProdCuts/2021/v2/zdcProdCuts.xml',
+ 'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
+ 'Geometry/MTDSimData/data/v5/mtdProdCuts.xml',
+ 'Geometry/CMSCommonData/data/FieldParameters.xml',
+ ),
+ rootNodeName = cms.string('cms:OCMS')
+)
diff --git a/Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml b/Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml
new file mode 100644
index 0000000000000..dcbf75403686e
--- /dev/null
+++ b/Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml
@@ -0,0 +1,340 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml b/Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml
new file mode 100644
index 0000000000000..a04abb9ce0a71
--- /dev/null
+++ b/Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml
@@ -0,0 +1,1131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate,
+ HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate,
+ HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate,
+ HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate,
+ HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.050*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.050*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.050*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.050*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.050*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.050*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 0, 0, 0, 0, 0, 0
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.050*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+ 0, 1, 2, 3, 4, 5
+
+ 1, 1, 1, 1, 1, 1
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.050*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate, HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate, HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate, HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate, HGCalEEAirGap0
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.40*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalEEServices, HGCalEEMotherBoard, HGCalEEEpoxy,
+ HGCalEEKapton, HGCalEESensitive, HGCalEEBasePlate
+
+ hgcalMaterial:HGC_EEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, hgcalMaterial:WCu
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.40*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm,
+ [SensorSizeOffset], 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.05*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness120], 1.05*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.05*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ HD1, HD2, HD3, HD4, HD5
+
+ 21, 22, 23, 24, 25
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.05*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.05*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 5, 3, 4, 2, 1, 6, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate, HGCalHEAirGap0
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium,
+ materials:Air
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness200], 1.05*mm,
+ 0.100*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm, 0.00*mm
+
+ 0, 0, 0, 0, 1, 0, 0
+
+ 0, 6, 1, 2, 4, 3, 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 0, 1, 2, 3, 4, 5
+
+ 00, 01, 02, 03, 04, 05
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.05*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 5, 3, 4, 2, 1, 0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LD1, LD2, LD3, LD4, LD5, LD6
+
+ 11, 12, 13, 14, 15, 16
+
+ 6, 7, 8, 9, 10, 11
+
+ 06, 07, 08, 09, 10, 11
+
+ HGCalHEServices, HGCalHEMotherBoard, HGCalHEEpoxy, HGCalHEKapton,
+ HGCalHESiliconSensitive, HGCalHEBasePlate
+
+ hgcalMaterial:HGC_HEServices, hgcalMaterial:HGC_Hexaboard, materials:Epoxy,
+ hgcalMaterial:HGC_Kapton, materials:Silicon, materials:Titanium
+
+ 5.060*mm, 1.300*mm, 0.125*mm, 0.300*mm, [WaferThickness300], 1.05*mm
+
+ 0.00*mm, 0.00*mm, [SensorSizeOffset], 0.0*mm, [SensorSizeOffset],
+ 0.00*mm
+
+ 0, 0, 0, 0, 1, 0
+
+ 0, 1, 2, 4, 3, 5
+
+
+
+
+
+
diff --git a/Geometry/HGCalCommonData/python/testHGCalV19nXML_cfi.py b/Geometry/HGCalCommonData/python/testHGCalV19nXML_cfi.py
index 50ba68a1b135c..8e3e0c89af42d 100644
--- a/Geometry/HGCalCommonData/python/testHGCalV19nXML_cfi.py
+++ b/Geometry/HGCalCommonData/python/testHGCalV19nXML_cfi.py
@@ -57,7 +57,6 @@
'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
'Geometry/HGCalCommonData/data/hgcal/v19/hgcal.xml',
- 'Geometry/HGCalCommonData/data/hgcalcell/v19/hgcalcell.xml',
'Geometry/HGCalCommonData/data/hgcalwafer/v19n/hgcalwafer.xml',
'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
diff --git a/Geometry/HGCalCommonData/python/testHGCalV19ngXML_cfi.py b/Geometry/HGCalCommonData/python/testHGCalV19ngXML_cfi.py
new file mode 100644
index 0000000000000..c567ae802e7a9
--- /dev/null
+++ b/Geometry/HGCalCommonData/python/testHGCalV19ngXML_cfi.py
@@ -0,0 +1,125 @@
+import FWCore.ParameterSet.Config as cms
+
+XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
+ geomXMLFiles = cms.vstring(
+ 'Geometry/CMSCommonData/data/materials/2021/v1/materials.xml',
+ 'Geometry/CMSCommonData/data/rotations.xml',
+ 'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
+ 'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
+ 'Geometry/CMSCommonData/data/cms/2030/v5/cms.xml',
+ 'Geometry/CMSCommonData/data/cmsMother.xml',
+ 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
+ 'Geometry/CMSCommonData/data/cmsTracker.xml',
+ 'Geometry/CMSCommonData/data/caloBase/2030/v8/caloBase.xml',
+ 'Geometry/CMSCommonData/data/cmsCalo.xml',
+ 'Geometry/CMSCommonData/data/muonBase/2030/v5/muonBase.xml',
+ 'Geometry/CMSCommonData/data/cmsMuon.xml',
+ 'Geometry/CMSCommonData/data/mgnt.xml',
+ 'Geometry/CMSCommonData/data/beampipe/2030/v3/beampipe.xml',
+ 'Geometry/CMSCommonData/data/cmsBeam/2030/v1/cmsBeam.xml',
+ 'Geometry/CMSCommonData/data/muonMB.xml',
+ 'Geometry/CMSCommonData/data/muonMagnet.xml',
+ 'Geometry/CMSCommonData/data/cavern/2021/v1/cavern.xml',
+ 'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
+ 'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/pixbar.xml',
+ 'Geometry/TrackerCommonData/data/trackermaterial.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/otst.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml',
+ 'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml',
+ 'Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml',
+ 'SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml',
+ 'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml',
+ 'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
+ 'Geometry/EcalCommonData/data/eregalgo/2030/v2/eregalgo.xml',
+ 'Geometry/EcalCommonData/data/ectkcable/2030/v1/ectkcable.xml',
+ 'Geometry/EcalCommonData/data/ectkcablemat/2030/v2/ectkcablemat.xml',
+ 'Geometry/EcalCommonData/data/ebalgo.xml',
+ 'Geometry/EcalCommonData/data/ebcon/2021/v1/ebcon.xml',
+ 'Geometry/EcalCommonData/data/ebrot.xml',
+ 'Geometry/HcalCommonData/data/hcalrotations.xml',
+ 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
+ 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
+ 'Geometry/HcalCommonData/data/hcalouteralgo/v1/hcalouteralgo.xml',
+ 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
+ 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/v1/hcalSimNumbering.xml',
+ 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
+ 'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
+ 'Geometry/HGCalCommonData/data/hgcal/v19ng/hgcal.xml',
+ 'Geometry/HGCalCommonData/data/hgcalwafer/v19ng/hgcalwafer.xml',
+ 'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
+ 'Geometry/HGCalCommonData/data/hgcalEE/v19/hgcalEE.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEsil/v19/hgcalHEsil.xml',
+ 'Geometry/HGCalCommonData/data/hgcalHEmix/v19/hgcalHEmix.xml',
+ 'Geometry/HGCalCommonData/data/hgcalCons/v19ng/hgcalCons.xml',
+ 'Geometry/HGCalCommonData/data/hgcalConsData/v19/hgcalConsData.xml',
+ 'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
+ 'Geometry/MuonCommonData/data/mb1/2015/v2/mb1.xml',
+ 'Geometry/MuonCommonData/data/mb2/2015/v2/mb2.xml',
+ 'Geometry/MuonCommonData/data/mb3/2015/v2/mb3.xml',
+ 'Geometry/MuonCommonData/data/mb4/2015/v2/mb4.xml',
+ 'Geometry/MuonCommonData/data/mb4Shield/2021/v1/mb4Shield.xml',
+ 'Geometry/MuonCommonData/data/muonYoke/2030/v3/muonYoke.xml',
+ 'Geometry/MuonCommonData/data/mf/2030/v8/mf.xml',
+ 'Geometry/MuonCommonData/data/csc/2021/v2/csc.xml',
+ 'Geometry/MuonCommonData/data/rpcf/2030/v3/rpcf.xml',
+ 'Geometry/MuonCommonData/data/gemf/TDR_BaseLine/gemf.xml',
+ 'Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml',
+ 'Geometry/MuonCommonData/data/gem21/TDR_Eta16/gem21.xml',
+ 'Geometry/MuonCommonData/data/mfshield/2030/v6/mfshield.xml',
+ 'Geometry/MuonCommonData/data/ge0/TDR_Dev/v4/ge0.xml',
+ 'Geometry/MuonCommonData/data/ge0shield/2030/v1/ge0shield.xml',
+ 'Geometry/ForwardCommonData/data/forwardshield/2030/v4/forwardshield.xml',
+ 'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
+ 'Geometry/ForwardCommonData/data/lumimaterials.xml',
+ 'Geometry/ForwardCommonData/data/zdcrotations.xml',
+ 'Geometry/ForwardCommonData/data/lumirotations.xml',
+ 'Geometry/ForwardCommonData/data/zdc/2030/v1/zdc.xml',
+ 'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
+ 'Geometry/ForwardCommonData/data/cmszdc.xml',
+ 'Geometry/MTDCommonData/data/mtdMaterial/v3/mtdMaterial.xml',
+ 'Geometry/MTDCommonData/data/btl/v1/btl.xml',
+ 'Geometry/MTDCommonData/data/etl/v7/etl.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v3/mtdStructureTopology.xml',
+ 'Geometry/MTDCommonData/data/mtdParameters/v2/mtdParameters.xml',
+ )+
+ cms.vstring(
+ 'Geometry/MuonCommonData/data/muonNumbering/TDR_DeV/v5/muonNumbering.xml',
+ 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
+ 'Geometry/HcalCommonData/data/hcalsens/NoHE/v1/hcalsenspmf.xml',
+ 'Geometry/HcalSimData/data/hf.xml',
+ 'Geometry/HcalSimData/data/hfpmt.xml',
+ 'Geometry/HcalSimData/data/hffibrebundle.xml',
+ 'Geometry/HcalSimData/data/CaloUtil/2030/v2c/CaloUtil.xml',
+ 'Geometry/HGCalSimData/data/hgcsensv17n.xml',
+ 'Geometry/MuonSimData/data/PhaseII/v2/muonSens.xml',
+ 'Geometry/DTGeometryBuilder/data/dtSpecsFilter/2021/v1/dtSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
+ 'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
+ 'Geometry/RPCGeometryBuilder/data/2030/v1/RPCSpecs.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecsFilter.xml',
+ 'Geometry/GEMGeometryBuilder/data/v12/GEMSpecs.xml',
+ 'Geometry/ForwardSimData/data/zdcsens.xml',
+ 'Geometry/MTDSimData/data/v2/mtdsens.xml',
+ 'Geometry/HcalSimData/data/HcalProdCuts/2030/v1/HcalProdCuts.xml',
+ 'Geometry/EcalSimData/data/EcalProdCuts.xml',
+ 'Geometry/HGCalSimData/data/hgcProdCutsv15.xml',
+ 'Geometry/MuonSimData/data/muonProdCuts/2030/v2/muonProdCuts.xml',
+ 'Geometry/ForwardSimData/data/zdcProdCuts.xml',
+ 'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
+ 'Geometry/MTDSimData/data/v2/mtdProdCuts.xml',
+ 'Geometry/CMSCommonData/data/FieldParameters.xml'
+ ),
+ rootNodeName = cms.string('cms:OCMS')
+)