Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00004 geomXMLFiles = (cms.vstring('Geometry/CMSCommonData/data/materials.xml',
00005 'Geometry/ForwardCommonData/data/zdcmaterials.xml',
00006 'Geometry/ForwardCommonData/data/lumimaterials.xml',
00007 'Geometry/ForwardCommonData/data/zdcrotations.xml',
00008 'Geometry/ForwardCommonData/data/lumirotations.xml',
00009 'Geometry/ForwardCommonData/data/zdc.xml',
00010 'Geometry/ForwardCommonData/data/zdclumi.xml',
00011 'Geometry/ForwardCommonData/data/zdcworld.xml',
00012 'SimG4CMS/Forward/test/data/CaloUtil.xml',
00013 'Geometry/ForwardSimData/data/zdcsens.xml',
00014 'Geometry/ForwardSimData/data/zdcProdCuts.xml')
00015 ),
00016 rootNodeName = cms.string('zdcworld:ZDCWorld')
00017 )