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/CMSCommonData/data/rotations.xml',
00006 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
00007 'Geometry/CMSCommonData/data/cms.xml',
00008 'Geometry/CMSCommonData/data/cmsMother.xml',
00009 'Geometry/CMSCommonData/data/caloBase.xml',
00010 'Geometry/CMSCommonData/data/cmsCalo.xml',
00011 'Geometry/EcalCommonData/data/ecal_MTCC.xml',
00012 'Geometry/EcalSimData/data/ecalsens_MTCC.xml',
00013 'Geometry/HcalSimData/data/CaloUtil.xml',
00014 'Geometry/EcalSimData/data/EcalProdCuts.xml',
00015 'Geometry/CMSCommonData/data/FieldParameters.xml'),
00016 rootNodeName = cms.string('cms:OCMS')
00017 )
00018
00019