File indexing completed on 2024-04-06 12:32:28
0001 import FWCore.ParameterSet.Config as cms
0002
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
0005 "Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml",
0006 "Geometry/TrackerCommonData/data/trackermaterial.xml",
0007 'Geometry/CMSCommonData/data/rotations.xml',
0008 "Geometry/HcalCommonData/data/hcalrotations.xml",
0009 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
0010 'Geometry/CMSCommonData/data/cms.xml',
0011 'Geometry/CMSCommonData/data/cmsMother.xml',
0012 'Geometry/CMSCommonData/data/caloBase.xml',
0013 'Geometry/CMSCommonData/data/cmsCalo.xml',
0014 'Geometry/CMSCommonData/data/muonBase.xml',
0015 'Geometry/CMSCommonData/data/cmsMuon.xml',
0016 'Geometry/CMSCommonData/data/mgnt.xml',
0017 'Geometry/CMSCommonData/data/muonMB.xml',
0018 'Geometry/CMSCommonData/data/muonMagnet.xml',
0019 'Geometry/EcalCommonData/data/eregalgo.xml',
0020 'Geometry/EcalCommonData/data/ebalgo.xml',
0021 'Geometry/EcalCommonData/data/ebcon.xml',
0022 'Geometry/EcalCommonData/data/ebrot.xml',
0023 'Geometry/EcalCommonData/data/eecon.xml',
0024 'Geometry/EcalCommonData/data/eefixed.xml',
0025 'Geometry/EcalCommonData/data/eehier.xml',
0026 'Geometry/EcalCommonData/data/eealgo.xml',
0027 'Geometry/EcalCommonData/data/escon.xml',
0028 'Geometry/EcalCommonData/data/esalgo.xml',
0029 'Geometry/EcalCommonData/data/eeF.xml',
0030 'Geometry/EcalCommonData/data/eeB.xml',
0031 'Geometry/HcalCommonData/data/hcalalgo.xml',
0032 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
0033 'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
0034 'Geometry/HcalCommonData/data/hcalouteralgo.xml',
0035 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
0036 'Geometry/HcalCommonData/data/hcalSimNumbering.xml',
0037 'Geometry/HcalCommonData/data/hcalRecNumbering.xml',
0038 'Geometry/ForwardCommonData/data/forwardshield.xml',
0039 'Geometry/EcalSimData/data/ecalsens.xml',
0040 'Geometry/HcalCommonData/data/hcalsenspm.xml',
0041 'Geometry/HcalSimData/data/hf.xml',
0042 'Geometry/HcalSimData/data/hfpmt.xml',
0043 'Geometry/HcalSimData/data/CaloUtil.xml',
0044 'Geometry/HcalSimData/data/HcalProdCuts.xml',
0045 'Geometry/EcalSimData/data/EcalProdCuts.xml',
0046 'Geometry/CMSCommonData/data/FieldParameters.xml'),
0047 rootNodeName = cms.string('cms:OCMS')
0048 )
0049
0050