CMS 3D CMS Logo

testGeomHEPhase1_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/CMSCommonData/data/eta3/etaMax.xml',
7  'Geometry/HcalCommonData/data/hcalrotations.xml',
8  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
9  'Geometry/HcalAlgo/test/data/cms.xml',
10  'Geometry/HcalAlgo/test/data/caloBase.xml',
11  'Geometry/HcalAlgo/test/data/muonBase.xml',
12  'Geometry/HcalCommonData/data/hcalalgo.xml',
13  'Geometry/HcalCommonData/data/hcalcablealgo.xml',
14  'Geometry/HcalCommonData/data/hcalendcap/PhaseI/hcalendcapalgo.xml'),
15  rootNodeName = cms.string('cms:OCMS')
16 )
17 
18