CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
zdcGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/ForwardCommonData/data/zdcmaterials.xml',
6  'Geometry/ForwardCommonData/data/lumimaterials.xml',
7  'Geometry/ForwardCommonData/data/zdcrotations.xml',
8  'Geometry/ForwardCommonData/data/lumirotations.xml',
9  'Geometry/ForwardCommonData/data/zdcworld.xml',
10  'Geometry/ForwardCommonData/data/zdc.xml',
11  'Geometry/ForwardCommonData/data/zdclumi.xml'),
12  rootNodeName = cms.string('zdcworld:ZDCWorld')
13 )
14 
15