Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:21

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 
0005         "Geometry/TrackerCommonData/data/trackermaterial.xml",
0006         'Geometry/CMSCommonData/data/rotations.xml', 
0007         'Geometry/CMSCommonData/data/normal/cmsextent.xml', 
0008         'Geometry/CMSCommonData/data/cms.xml', 
0009         'Geometry/CMSCommonData/data/cmsMother.xml', 
0010         'Geometry/CMSCommonData/data/caloBase.xml', 
0011         'Geometry/CMSCommonData/data/cmsCalo.xml', 
0012         'Geometry/EcalCommonData/data/eregalgo.xml', 
0013         'Geometry/EcalCommonData/data/ebalgo.xml', 
0014         'Geometry/EcalCommonData/data/ebcon.xml', 
0015         'Geometry/EcalCommonData/data/ebrot.xml', 
0016         'Geometry/EcalCommonData/data/eecon.xml', 
0017         'Geometry/EcalCommonData/data/eefixed.xml', 
0018         'Geometry/EcalCommonData/data/eehier.xml', 
0019         'Geometry/EcalCommonData/data/eealgo.xml', 
0020         'Geometry/EcalCommonData/data/escon.xml', 
0021         'Geometry/EcalCommonData/data/esalgo.xml', 
0022         'Geometry/EcalCommonData/data/eeF.xml', 
0023         'Geometry/EcalCommonData/data/eeB.xml', 
0024         'Geometry/EcalSimData/data/ecalsens.xml', 
0025         'Geometry/EcalCommonData/data/ectkcable.xml',
0026         'Geometry/HcalSimData/data/CaloUtil.xml', 
0027         'Geometry/EcalSimData/data/EcalProdCuts.xml', 
0028         'Geometry/EcalSimData/data/ESProdCuts.xml',
0029         'Geometry/CMSCommonData/data/FieldParameters.xml'),
0030     rootNodeName = cms.string('cms:OCMS')
0031 )
0032 
0033