File indexing completed on 2024-04-06 12:15:25
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005 'Geometry/TrackerCommonData/data/trackermaterial.xml',
0006 'Geometry/TrackerCommonData/data/tecmaterial.xml',
0007 'Geometry/TrackerCommonData/data/trackerbulkhead.xml',
0008 'Geometry/TrackerCommonData/data/trackerother.xml',
0009 'Geometry/TrackerCommonData/data/tracker.xml',
0010 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
0011 'Geometry/TrackerCommonData/data/cms.xml'),
0012 rootNodeName = cms.string('cms:CMSE')
0013 )
0014
0015