Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
00005 'Geometry/TrackerCommonData/data/trackermaterial.xml',
00006 'Geometry/TrackerCommonData/data/tecmaterial.xml',
00007 'Geometry/TrackerCommonData/data/trackerbulkhead.xml',
00008 'Geometry/TrackerCommonData/data/trackerother.xml',
00009 'Geometry/TrackerCommonData/data/tracker.xml',
00010 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
00011 'Geometry/TrackerCommonData/data/cms.xml'),
00012 rootNodeName = cms.string('cms:CMSE')
00013 )
00014
00015