CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimG4CMS/Forward/python/zdcGeometryXML_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/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 )