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/average/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/esalgo.xml', 00029 'Geometry/EcalCommonData/data/eeF.xml', 00030 'Geometry/EcalCommonData/data/eeB.xml', 00031 'Geometry/HcalCommonData/data/hcalalgo.xml', 00032 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml', 00033 'Geometry/HcalCommonData/data/hcalendcapalgo.xml', 00034 'Geometry/HcalCommonData/data/hcalouteralgo.xml', 00035 'Geometry/HcalCommonData/data/hcalforwardalgo.xml', 00036 'Geometry/ForwardCommonData/data/bundle/forwardshield.xml', 00037 'Geometry/ForwardCommonData/data/forward.xml', 00038 'Geometry/EcalSimData/data/ecalsens.xml', 00039 'Geometry/HcalSimData/data/CaloUtil.xml', 00040 'Geometry/HcalCommonData/data/hcalsenspmf.xml', 00041 'Geometry/HcalSimData/data/hf.xml', 00042 'Geometry/HcalSimData/data/hfpmt.xml', 00043 'Geometry/HcalSimData/data/hffibrebundle.xml', 00044 'Geometry/HcalSimData/data/HcalProdCuts.xml', 00045 'Geometry/EcalSimData/data/EcalProdCuts.xml', 00046 'Geometry/EcalSimData/data/ESProdCuts.xml', 00047 'Geometry/CMSCommonData/data/FieldParameters.xml'), 00048 rootNodeName = cms.string('cms:OCMS') 00049 ) 00050 00051