File indexing completed on 2023-03-17 13:02:58
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/HGCalCommonData/test/cms.xml',
0007 'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnose.xml',
0008 'Geometry/ForwardCommonData/data/hfnoseCell/v1/hfnoseCell.xml'),
0009 rootNodeName = cms.string('cms:OCMS')
0010 )