1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
5 'Geometry/CMSCommonData/data/materials.xml',
6 'Geometry/CMSCommonData/data/rotations.xml',
7 'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
8 'Geometry/CMSCommonData/data/cavernData/2017/v1/cavernData.xml',
9 'Geometry/CMSCommonData/data/cms/2026/v5/cms.xml',
10 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
11 'Geometry/CMSCommonData/data/cmsMother.xml',
12 'Geometry/CMSCommonData/data/caloBase/2026/v5/caloBase.xml',
13 'Geometry/CMSCommonData/data/cmsCalo.xml',
14 'Geometry/HGCalCommonData/data/hgcalMaterial/v1/hgcalMaterial.xml',
15 'Geometry/ForwardCommonData/data/hfnose/v4/hfnose.xml',
16 'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnoseCell.xml',
17 'Geometry/ForwardCommonData/data/hfnoseWafer/v1/hfnoseWafer.xml',
18 'Geometry/ForwardCommonData/data/hfnoseLayer/v2/hfnoseLayer.xml'),
19 rootNodeName = cms.string(
'cms:OCMS')