1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
'Geometry/CMSCommonData/data/materials.xml',
5 'Geometry/CMSCommonData/data/rotations.xml',
6 'Geometry/CMSCommonData/data/extend/cmsextent.xml',
7 'Geometry/CMSCommonData/data/cms/2017/v1/cms.xml',
8 'Geometry/CMSCommonData/data/cmsMother.xml',
9 'Geometry/CMSCommonData/data/beampipe/2017/v1/beampipe.xml',
10 'Geometry/CMSCommonData/data/cmsBeam.xml',
17 'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
18 'Geometry/CMSCommonData/data/FieldParameters.xml'),
19 rootNodeName = cms.string(
'cms:OCMS')