1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
'Geometry/CMSCommonData/data/materials.xml',
5 'Geometry/ForwardCommonData/data/zdcmaterials.xml',
6 'Geometry/ForwardCommonData/data/lumimaterials.xml',
7 'Geometry/ForwardCommonData/data/zdcrotations.xml',
8 'Geometry/ForwardCommonData/data/lumirotations.xml',
9 'Geometry/ForwardCommonData/data/zdcworld.xml',
10 'Geometry/ForwardCommonData/data/zdc.xml',
11 'Geometry/ForwardCommonData/data/zdclumi.xml'),
12 rootNodeName = cms.string(
'zdcworld:ZDCWorld')