CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Geometry/ForwardCommonData/python/zdcGeometry_cfi.py

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/zdcworld.xml', 
00010         'Geometry/ForwardCommonData/data/zdc.xml', 
00011         'Geometry/ForwardCommonData/data/zdclumi.xml'),
00012     rootNodeName = cms.string('zdcworld:ZDCWorld')
00013 )
00014 
00015