Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
00004 geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml',
00005 'Geometry/CMSCommonData/data/rotations.xml',
00006 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
00007 'Geometry/CMSCommonData/data/cms.xml',
00008 'Geometry/CMSCommonData/data/cmsMother.xml',
00009 'Geometry/CMSCommonData/data/caloBase.xml',
00010 'Geometry/CMSCommonData/data/cmsCalo.xml',
00011 'Geometry/CMSCommonData/data/mgnt.xml',
00012 'Geometry/EcalCommonData/data/eregalgo.xml',
00013 'Geometry/EcalCommonData/data/ebalgo.xml',
00014 'Geometry/EcalCommonData/data/ebcon.xml',
00015 'Geometry/EcalCommonData/data/ebrot.xml',
00016 'Geometry/EcalCommonData/data/eecon.xml',
00017 'Geometry/EcalCommonData/data/eefixed.xml',
00018 'Geometry/EcalCommonData/data/eehier.xml',
00019 'Geometry/EcalCommonData/data/eealgo.xml',
00020 'Geometry/EcalCommonData/data/escon.xml',
00021 'Geometry/EcalCommonData/data/esalgo.xml',
00022 'Geometry/EcalCommonData/data/eeF.xml',
00023 'Geometry/EcalCommonData/data/eeB.xml',
00024 'Geometry/HcalCommonData/data/hcalrotations.xml',
00025 'Geometry/HcalCommonData/data/hcalalgo.xml',
00026 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
00027 'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
00028 'Geometry/HcalCommonData/data/hcalouteralgo.xml',
00029 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
00030 'Geometry/HcalCommonData/data/hcalforwardfibre.xml',
00031 'Geometry/HcalCommonData/data/hcalforwardmaterial.xml',
00032 'Geometry/EcalSimData/data/ecalsens.xml',
00033 'Geometry/EcalTestBeam/test/ee/findsc.xml',
00034 'Geometry/HcalCommonData/data/hcalsens.xml',
00035 'Geometry/HcalSimData/data/CaloUtil.xml',
00036 'Geometry/HcalSimData/data/hf.xml',
00037 'Geometry/HcalSimData/data/hffibre.xml',
00038 'Geometry/HcalSimData/data/CaloProdCuts.xml',
00039 'Geometry/HcalSimData/data/HcalProdCuts.xml',
00040 'Geometry/EcalSimData/data/EcalProdCuts.xml',
00041 'Geometry/CMSCommonData/data/FieldParameters.xml'),
00042 rootNodeName = cms.string('cms:OCMS')
00043 )
00044