Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 13:02:56

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/EcalTestBeam/data/ecal_TB.xml', 
0007         'Geometry/CMSCommonData/data/normal/cmsextent.xml', 
0008         'Geometry/CMSCommonData/data/cms.xml', 
0009         'Geometry/EcalSimData/data/ecalsens_MTCC.xml', 
0010         'Geometry/HcalSimData/data/CaloUtil.xml', 
0011         'Geometry/EcalSimData/data/EcalProdCuts.xml'),
0012     rootNodeName = cms.string('cms:OCMS')
0013 )
0014 
0015