File indexing completed on 2024-04-06 12:14:35
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005 'Geometry/CMSCommonData/data/rotations.xml',
0006 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
0007 'Geometry/CMSCommonData/data/cms.xml',
0008 'Geometry/CMSCommonData/data/cmsMother.xml',
0009 'Geometry/CMSCommonData/data/caloBase.xml',
0010 'Geometry/CMSCommonData/data/cmsCalo.xml',
0011 'Geometry/EcalCommonData/data/ecal_MTCC.xml',
0012 'Geometry/EcalSimData/data/ecalsens_MTCC.xml',
0013 'Geometry/HcalSimData/data/CaloUtil.xml',
0014 'Geometry/EcalSimData/data/EcalProdCuts.xml',
0015 'Geometry/CMSCommonData/data/FieldParameters.xml'),
0016 rootNodeName = cms.string('cms:OCMS')
0017 )
0018
0019