File indexing completed on 2024-04-06 12:30:24
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/CMSCommonData/data/normal/cmsextent.xml',
0007 'Geometry/CMSCommonData/data/cms.xml',
0008 'Geometry/CMSCommonData/data/cmsMother.xml',
0009 'Geometry/CMSCommonData/data/caloBase.xml',
0010 'Geometry/CMSCommonData/data/cmsCalo.xml',
0011 'Geometry/CMSCommonData/data/muonBase.xml',
0012 'Geometry/CMSCommonData/data/mgnt.xml',
0013 'Geometry/TrackerCommonData/data/trackermaterial.xml',
0014 'Geometry/EcalCommonData/data/eregalgo.xml',
0015 'Geometry/EcalCommonData/data/ebalgo.xml',
0016 'Geometry/EcalCommonData/data/ebcon.xml',
0017 'Geometry/EcalCommonData/data/ebrot.xml',
0018 'Geometry/EcalCommonData/data/eecon.xml',
0019 'Geometry/EcalCommonData/data/eefixed.xml',
0020 'Geometry/EcalCommonData/data/eehier.xml',
0021 'Geometry/EcalCommonData/data/eealgo.xml',
0022 'Geometry/EcalCommonData/data/escon.xml',
0023 'Geometry/EcalCommonData/data/esalgo.xml',
0024 'Geometry/EcalCommonData/data/eeF.xml',
0025 'Geometry/EcalCommonData/data/eeB.xml',
0026 'Geometry/HcalCommonData/data/hcalrotations.xml',
0027 'Geometry/HcalCommonData/data/hcalalgo.xml',
0028 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
0029 'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
0030 'Geometry/HcalCommonData/data/hcalouteralgo.xml',
0031 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
0032 'Geometry/HcalCommonData/data/hcalforwardfibre.xml',
0033 'Geometry/HcalCommonData/data/hcalforwardmaterial.xml',
0034 'Geometry/EcalSimData/data/ecalsens.xml',
0035 'Geometry/HcalCommonData/data/hcalsens.xml',
0036 'Geometry/HcalSimData/data/CaloUtil.xml',
0037 'Geometry/HcalSimData/data/hf.xml',
0038 'Geometry/HcalSimData/data/hffibre.xml',
0039 'SimG4Core/GFlash/data/gflashCaloProdCuts.xml',
0040 'Geometry/CMSCommonData/data/FieldParameters.xml'),
0041 rootNodeName = cms.string('cms:OCMS')
0042 )
0043
0044