CMS 3D CMS Logo

trackGeometryXML_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/TrackerCommonData/data/trackermaterial.xml',
6  'Geometry/TrackerCommonData/data/tecmaterial.xml',
7  'Geometry/TrackerCommonData/data/trackerbulkhead.xml',
8  'Geometry/TrackerCommonData/data/trackerother.xml',
9  'Geometry/TrackerCommonData/data/tracker.xml',
10  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
11  'Geometry/TrackerCommonData/data/cms.xml'),
12  rootNodeName = cms.string('cms:CMSE')
13 )
14 
15