00001 import FWCore.ParameterSet.Config as cms 00002 00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource", 00004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', 00005 "Geometry/HcalCommonData/data/hcalforwardmaterial.xml", 00006 "Geometry/TrackerCommonData/data/trackermaterial.xml", 00007 'Geometry/CMSCommonData/data/rotations.xml', 00008 "Geometry/HcalCommonData/data/hcalrotations.xml", 00009 'Geometry/CMSCommonData/data/normal/cmsextent.xml', 00010 'Geometry/CMSCommonData/data/cms.xml', 00011 'Geometry/CMSCommonData/data/cmsMother.xml', 00012 'Geometry/CMSCommonData/data/caloBase.xml', 00013 'Geometry/CMSCommonData/data/cmsCalo.xml', 00014 'Geometry/CMSCommonData/data/muonBase.xml', 00015 'Geometry/CMSCommonData/data/cmsMuon.xml', 00016 'Geometry/CMSCommonData/data/mgnt.xml', 00017 'Geometry/CMSCommonData/data/muonMB.xml', 00018 'Geometry/CMSCommonData/data/muonMagnet.xml', 00019 'Geometry/EcalCommonData/data/eregalgo.xml', 00020 'Geometry/EcalCommonData/data/ebalgo.xml', 00021 'Geometry/EcalCommonData/data/ebcon.xml', 00022 'Geometry/EcalCommonData/data/ebrot.xml', 00023 'Geometry/EcalCommonData/data/eecon.xml', 00024 'Geometry/EcalCommonData/data/eefixed.xml', 00025 'Geometry/EcalCommonData/data/eehier.xml', 00026 'Geometry/EcalCommonData/data/eealgo.xml', 00027 'Geometry/EcalCommonData/data/escon.xml', 00028 'Geometry/EcalCommonData/data/eeF.xml', 00029 'Geometry/EcalCommonData/data/eeB.xml', 00030 'Geometry/HcalCommonData/data/hcalalgo.xml', 00031 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml', 00032 'Geometry/HcalCommonData/data/hcalendcapalgo.xml', 00033 'Geometry/HcalCommonData/data/hcalouteralgo.xml', 00034 'Geometry/HcalCommonData/data/hcalforwardalgo.xml', 00035 'Geometry/HcalCommonData/data/hcalforwardfibre.xml', 00036 'Geometry/EcalSimData/data/ebsens.xml', 00037 'Geometry/EcalSimData/data/eesens.xml', 00038 'Geometry/HcalCommonData/data/hcalsens.xml', 00039 'Geometry/HcalSimData/data/CaloUtil.xml', 00040 'Geometry/HcalSimData/data/HcalProdCuts.xml', 00041 'Geometry/EcalSimData/data/EBProdCuts.xml', 00042 'Geometry/CMSCommonData/data/FieldParameters.xml'), 00043 rootNodeName = cms.string('cms:OCMS') 00044 ) 00045 00046