Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 13:03:08

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials/2021/v1/materials.xml', 
0005             'Geometry/CMSCommonData/data/rotations.xml',
0006             'Geometry/HcalCommonData/data/hcalrotations.xml',
0007             'Geometry/CMSCommonData/data/normal/cmsextent.xml',
0008             'Geometry/HcalAlgo/test/data/cms.xml',
0009             'Geometry/HcalAlgo/test/data/muonBase.xml',
0010             'Geometry/HcalCommonData/data/hcalouteralgo.xml'),
0011     rootNodeName = cms.string('cms:OCMS')
0012 )
0013 
0014