CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cmsEcalIdealTBGeometryXML_cfi.py
Go to the documentation of this file.
2 
3 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
4  geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
5  'Geometry/CMSCommonData/data/rotations.xml',
6  'Geometry/EcalTestBeam/data/ecal_TB.xml',
7  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
8  'Geometry/CMSCommonData/data/cms.xml',
9  'Geometry/EcalSimData/data/ecalsens_MTCC.xml',
10  'Geometry/HcalSimData/data/CaloUtil.xml',
11  'Geometry/EcalSimData/data/EcalProdCuts.xml'),
12  rootNodeName = cms.string('cms:OCMS')
13 )
14 
15