1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
5 'Geometry/CMSCommonData/data/materials/2021/v3/materials.xml',
6 'Geometry/CMSCommonData/data/rotations.xml',
7 'Geometry/ForwardCommonData/data/cms.xml',
8 'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
9 'Geometry/ForwardCommonData/data/lumimaterials.xml',
10 'Geometry/ForwardCommonData/data/zdcrotations.xml',
11 'Geometry/ForwardCommonData/data/lumirotations.xml',
12 'Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml',
14 'Geometry/ForwardCommonData/data/rpd/2021/v1/rpd.xml',
15 'Geometry/ForwardCommonData/data/cmszdcTest.xml',
16 'Geometry/ForwardSimData/data/zdcsens/2021/v1/zdcsens.xml',
17 'Geometry/ForwardSimData/data/zdcProdCuts/2021/v3/zdcProdCuts.xml',
18 'Geometry/CMSCommonData/data/FieldParameters.xml',
20 rootNodeName = cms.string(
'cms:OCMS')