Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:00

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/zdc.xml',
0010         'Geometry/ForwardCommonData/data/zdclumi.xml',
0011         'Geometry/ForwardCommonData/data/zdcworld.xml',
0012         'SimG4CMS/Forward/test/data/CaloUtil.xml',
0013         'Geometry/ForwardSimData/data/zdcsens.xml',
0014         'Geometry/ForwardSimData/data/zdcProdCuts.xml')
0015     ),
0016     rootNodeName = cms.string('zdcworld:ZDCWorld')
0017 )