CMS 3D CMS Logo

cmsExtendedGeometry2026D98TrackerXML_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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/v2/cmsextent.xml',
8  'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
9  'Geometry/CMSCommonData/data/cms/2026/v5/cms.xml',
10  'Geometry/CMSCommonData/data/cmsMother.xml',
11  'Geometry/CMSCommonData/data/eta3/etaMax.xml',
12  'Geometry/CMSCommonData/data/cmsTracker.xml',
13  'Geometry/CMSCommonData/data/caloBase/2026/v7/caloBase.xml',
14  'Geometry/CMSCommonData/data/cmsCalo.xml',
15  'Geometry/CMSCommonData/data/muonBase/2026/v5/muonBase.xml',
16  'Geometry/CMSCommonData/data/cmsMuon.xml',
17  'Geometry/CMSCommonData/data/mgnt.xml',
18  'Geometry/CMSCommonData/data/beampipe/2026/v3/beampipe.xml',
19  'Geometry/CMSCommonData/data/cmsBeam/2026/v1/cmsBeam.xml',
20  'Geometry/CMSCommonData/data/muonMB.xml',
21  'Geometry/CMSCommonData/data/muonMagnet.xml',
22  'Geometry/CMSCommonData/data/cavern/2021/v1/cavern.xml',
23  'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml',
24  'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
25  'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
26  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml',
27  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml',
28  'Geometry/TrackerCommonData/data/trackermaterial.xml',
29  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml',
30  'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/otst.xml',
31  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml',
32  'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml',
33  'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml',
34  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml',
35  'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml',
36  'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml',
37  'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml',
38  'Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml',
39  'SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml',
40  'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml',
41  'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml',
42  'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
43  'Geometry/CMSCommonData/data/FieldParameters.xml',
44  ),
45  rootNodeName = cms.string('cms:OCMS')
46 )