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/zdc.xml',
10 'Geometry/ForwardCommonData/data/zdclumi.xml',
11 'Geometry/ForwardCommonData/data/zdcworld.xml',
12 'SimG4CMS/Forward/test/data/CaloUtil.xml',
13 'Geometry/ForwardSimData/data/zdcsens.xml',
14 'Geometry/ForwardSimData/data/zdcProdCuts.xml')
16 rootNodeName = cms.string(
'zdcworld:ZDCWorld')