1 import FWCore.ParameterSet.Config
as cms
3 XMLIdealGeometryESSource = cms.ESSource(
"XMLIdealGeometryESSource",
4 geomXMLFiles = cms.vstring(
5 'Geometry/CMSCommonData/data/materials/2021/v1/materials.xml',
6 'Geometry/CMSCommonData/data/rotations.xml',
7 'Geometry/CMSCommonData/data/extend/cmsextent.xml',
8 'Geometry/CMSCommonData/data/cms/2026/v2/cms.xml',
9 'Geometry/CMSCommonData/data/eta3/etaMax.xml',
10 'Geometry/CMSCommonData/data/cmsMother.xml',
11 'Geometry/CMSCommonData/data/caloBase/2026/v2/caloBase.xml',
12 'Geometry/CMSCommonData/data/cmsCalo.xml',
13 'Geometry/CMSCommonData/data/beampipe/2026/v1/beampipe.xml',
14 'Geometry/CMSCommonData/data/cmsBeam/2026/v1/cmsBeam.xml',
15 'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
16 'Geometry/CMSCommonData/data/muonBase/2026/v2/muonBase.xml',
17 'Geometry/CMSCommonData/data/cmsMuon.xml',
18 'Geometry/CMSCommonData/data/mgnt.xml',
19 'Geometry/CMSCommonData/data/muonMB.xml',
20 'Geometry/CMSCommonData/data/muonMagnet.xml',
21 'Geometry/EcalCommonData/data/eregalgo/2026/v2/eregalgo.xml',
22 'Geometry/EcalCommonData/data/ectkcable/2026/v1/ectkcable.xml',
23 'Geometry/EcalCommonData/data/ectkcablemat/2026/v1/ectkcablemat.xml',
24 'Geometry/EcalCommonData/data/ebalgo.xml',
25 'Geometry/EcalCommonData/data/ebcon.xml',
26 'Geometry/EcalCommonData/data/ebrot.xml',
27 'Geometry/HcalCommonData/data/hcalrotations.xml',
28 'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml',
29 'Geometry/HcalCommonData/data/hcalbarrelalgo.xml',
30 'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml',
31 'Geometry/HcalCommonData/data/hcalouteralgo.xml',
32 'Geometry/HcalCommonData/data/hcalforwardalgo.xml',
33 'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/hcalSimNumbering.xml',
34 'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml',
35 'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml',
36 'Geometry/HGCalCommonData/data/hgcalMaterial/v1/hgcalMaterial.xml',
37 'Geometry/HGCalCommonData/data/hgcal/v11/hgcal.xml',
38 'Geometry/HGCalCommonData/data/hgcalcell/v9/hgcalcell.xml',
39 'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalwafer.xml',
40 'Geometry/HGCalCommonData/data/hgcalEE/v10/hgcalEE.xml',
41 'Geometry/HGCalCommonData/data/hgcalHEsil/v11/hgcalHEsil.xml',
42 'Geometry/HGCalCommonData/data/hgcalHEmix/v11/hgcalHEmix.xml',
43 'Geometry/HGCalCommonData/data/hgcalCons/v11m/hgcalCons.xml',
44 'Geometry/ForwardCommonData/data/forwardshield/2017/v1/forwardshield.xml',
45 'Geometry/EcalSimData/data/PhaseII/ecalsens.xml',
46 'Geometry/HcalCommonData/data/hcalsens/NoHE/hcalsenspmf.xml',
47 'Geometry/HcalSimData/data/hf.xml',
48 'Geometry/HcalSimData/data/hfpmt.xml',
49 'Geometry/HcalSimData/data/hffibrebundle.xml',
50 'Geometry/HcalSimData/data/CaloUtil.xml',
51 'Geometry/HGCalSimData/data/hgcsensv9.xml',
52 'Geometry/HcalSimData/data/HcalProdCuts.xml',
53 'Geometry/EcalSimData/data/EcalProdCuts.xml',
54 'Geometry/HGCalSimData/data/hgcProdCutsv9.xml',
55 'Geometry/CMSCommonData/data/FieldParameters.xml',
57 rootNodeName = cms.string(
'cms:OCMS')