CMS 3D CMS Logo

testGeomHB_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/HcalCommonData/data/hcalrotations.xml',
7  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
8  'Geometry/HcalAlgo/test/data/cms.xml',
9  'Geometry/HcalAlgo/test/data/caloBase.xml',
10  'Geometry/HcalAlgo/test/data/muonBase.xml',
11  'Geometry/HcalCommonData/data/hcalalgo.xml',
12  'Geometry/HcalCommonData/data/hcalbarrelalgo.xml'),
13  rootNodeName = cms.string('cms:OCMS')
14 )
15 
16