CMS 3D CMS Logo

testGEMXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # This config was generated automatically using generate2026Geometry.py
4 # If you notice a mistake, please update the generating script, not just this config
5 
6 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
7  geomXMLFiles = cms.vstring(
8  'Geometry/CMSCommonData/data/materials.xml',
9  'Geometry/CMSCommonData/data/rotations.xml',
10  'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
11  'Geometry/CMSCommonData/data/cmsMother.xml',
12  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
13  'Geometry/CMSCommonData/data/cmsCalo.xml',
14  'Geometry/CMSCommonData/data/cmsMuon.xml',
15  'Geometry/CMSCommonData/data/mgnt.xml',
16  'Geometry/CMSCommonData/data/beampipe/2026/v1/beampipe.xml',
17  'Geometry/CMSCommonData/data/cmsBeam/2026/v1/cmsBeam.xml',
18  'Geometry/CMSCommonData/data/muonMB.xml',
19  'Geometry/CMSCommonData/data/muonMagnet.xml',
20  'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
21  'Geometry/CMSCommonData/data/cms/2026/v3/cms.xml',
22  'Geometry/CMSCommonData/data/caloBase/2026/v2/caloBase.xml',
23  'Geometry/CMSCommonData/data/muonBase/2026/v3/muonBase.xml',
24  'Geometry/MuonCommonData/data/mbCommon/2021/v1/mbCommon.xml',
25  'Geometry/MuonCommonData/data/mf/2026/v2/mf.xml',
26  'Geometry/MuonCommonData/data/gemf/TDR_BaseLine/gemf.xml',
27  'Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml',
28  'Geometry/MuonCommonData/data/gem21/TDR_Eta16/gem21.xml',
29  'Geometry/MuonCommonData/data/me0/TDR_Dev/v2/me0.xml',
30  'Geometry/CMSCommonData/data/FieldParameters.xml',
31  ),
32  rootNodeName = cms.string('cms:OCMS')
33 )