File indexing completed on 2024-06-18 02:20:19
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring(
0005 'Geometry/CMSCommonData/data/materials.xml',
0006 'Geometry/CMSCommonData/data/rotations.xml',
0007 'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
0008 'Geometry/CMSCommonData/data/cavernData/2017/v1/cavernData.xml',
0009 'Geometry/CMSCommonData/data/cms/2026/v5/cms.xml',
0010 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
0011 'Geometry/CMSCommonData/data/cmsMother.xml',
0012 'Geometry/CMSCommonData/data/caloBase/2026/v5/caloBase.xml',
0013 'Geometry/CMSCommonData/data/cmsCalo.xml',
0014 'Geometry/HGCalCommonData/data/hgcalMaterial/v1/hgcalMaterial.xml',
0015 'Geometry/ForwardCommonData/data/hfnose/v4/hfnose.xml',
0016 'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnoseCell.xml',
0017 'Geometry/ForwardCommonData/data/hfnoseWafer/v1/hfnoseWafer.xml',
0018 'Geometry/ForwardCommonData/data/hfnoseLayer/v2/hfnoseLayer.xml',
0019 'Geometry/ForwardCommonData/data/hfnoseCons/v1m/hfnoseCons.xml'),
0020 rootNodeName = cms.string('cms:OCMS')
0021 )