3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
'Geometry/CMSCommonData/data/materials.xml',
5 "Geometry/HcalCommonData/data/hcalforwardmaterial.xml",
6 "Geometry/TrackerCommonData/data/trackermaterial.xml",
7 'Geometry/CMSCommonData/data/rotations.xml',
8 "Geometry/HcalCommonData/data/hcalrotations.xml",
9 'Geometry/CMSCommonData/data/normal/cmsextent.xml',
10 'Geometry/CMSCommonData/data/cms.xml',
11 'Geometry/CMSCommonData/data/cmsMother.xml',
12 'Geometry/CMSCommonData/data/caloBase.xml',
13 'Geometry/CMSCommonData/data/cmsCalo.xml',
14 'Geometry/CMSCommonData/data/muonBase.xml',
15 'Geometry/CMSCommonData/data/cmsMuon.xml',
16 'Geometry/CMSCommonData/data/mgnt.xml',
17 'Geometry/CMSCommonData/data/muonMB.xml',
18 'Geometry/CMSCommonData/data/muonMagnet.xml',
19 'Geometry/EcalCommonData/data/eregalgo.xml',
20 'Geometry/EcalCommonData/data/ebalgo.xml',
21 'Geometry/EcalCommonData/data/ebcon.xml',
22 'Geometry/EcalCommonData/data/ebrot.xml',
23 'Geometry/EcalCommonData/data/eecon.xml',
24 'Geometry/EcalCommonData/data/eefixed.xml',
25 'Geometry/EcalCommonData/data/eehier.xml',
26 'Geometry/EcalCommonData/data/eealgo.xml',
27 'Geometry/EcalCommonData/data/escon.xml',
28 'Geometry/EcalCommonData/data/esalgo.xml',
29 'Geometry/EcalCommonData/data/eeF.xml',
30 'Geometry/EcalCommonData/data/eeB.xml',
31 'Geometry/HcalCommonData/data/hcalalgo.xml',
32 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
33 'Geometry/HcalCommonData/data/hcalendcapalgo.xml',
34 'Geometry/HcalCommonData/data/hcalouteralgo.xml',
35 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
36 'Geometry/HcalCommonData/data/hcalforwardfibre.xml',
37 'Geometry/EcalSimData/data/ecalsens.xml',
38 'Geometry/HcalCommonData/data/hcalsens.xml',
39 'Geometry/HcalSimData/data/CaloUtil.xml',
40 'Geometry/HcalSimData/data/hf.xml',
41 'Geometry/HcalSimData/data/hffibre.xml',
42 'Geometry/HcalSimData/data/HcalProdCuts.xml',
43 'Geometry/EcalSimData/data/EcalProdCuts.xml',
44 'Geometry/EcalSimData/data/ESProdCuts.xml',
45 'Geometry/CMSCommonData/data/FieldParameters.xml'),
46 rootNodeName = cms.string(
'cms:OCMS')