CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hfnoseWaferXML_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/CMSCommonData/data/rotations.xml',
6  'Geometry/HGCalCommonData/test/cms.xml',
7  'Geometry/ForwardCommonData/data/hfnoseWafer/v1/hfnose.xml',
8  'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnoseCell.xml',
9  'Geometry/ForwardCommonData/data/hfnoseWafer/v1/hfnoseWafer.xml'),
10  rootNodeName = cms.string('cms:OCMS')
11 )