File indexing completed on 2023-10-25 09:49:23
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005 'Geometry/ForwardCommonData/data/zdcmaterials.xml',
0006 'Geometry/ForwardCommonData/data/lumimaterials.xml',
0007 'Geometry/ForwardCommonData/data/zdcrotations.xml',
0008 'Geometry/ForwardCommonData/data/lumirotations.xml',
0009 'Geometry/ForwardCommonData/data/zdcworld.xml',
0010 'Geometry/ForwardCommonData/data/zdc.xml',
0011 'Geometry/ForwardCommonData/data/zdclumi.xml'),
0012 rootNodeName = cms.string('zdcworld:ZDCWorld')
0013 )
0014
0015