CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
testGeometry_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/HcalCommonData/data/hcalalgo.xml',
10  'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
11  'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
12  'Geometry/HcalCommonData/data/hcalouteralgo.xml',
13  'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
14  'Geometry/HcalCommonData/data/hcalforwardfibre.xml',
15  'Geometry/HcalCommonData/data/hcalforwardmaterial.xml'),
16  rootNodeName = cms.string('cms:OCMS')
17 )
18 
19