Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-12 23:19:12

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
0004     geomXMLFiles = cms.vstring(
0005         'Geometry/CMSCommonData/data/materials/2021/v1/materials.xml',
0006         'Geometry/CMSCommonData/data/rotations.xml',
0007         'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml',
0008         'Geometry/CMSCommonData/data/cavernData/2021/v1/cavernData.xml',
0009         'Geometry/CMSCommonData/data/cms/2030/v5/cms.xml',
0010         'Geometry/CMSCommonData/data/cmsMother.xml',
0011         'Geometry/CMSCommonData/data/eta3/etaMax.xml',
0012         'Geometry/CMSCommonData/data/cmsTracker.xml',
0013         'Geometry/CMSCommonData/data/caloBase/2030/v7/caloBase.xml',
0014         'Geometry/CMSCommonData/data/cmsCalo.xml',
0015         'Geometry/CMSCommonData/data/muonBase/2030/v5/muonBase.xml',
0016         'Geometry/CMSCommonData/data/cmsMuon.xml',
0017         'Geometry/CMSCommonData/data/mgnt.xml',
0018         'Geometry/CMSCommonData/data/beampipe/2030/v3/beampipe.xml',
0019         'Geometry/CMSCommonData/data/cmsBeam/2030/v1/cmsBeam.xml',
0020         'Geometry/CMSCommonData/data/muonMB.xml',
0021         'Geometry/CMSCommonData/data/muonMagnet.xml',
0022         'Geometry/CMSCommonData/data/cavern/2021/v1/cavern.xml',
0023         'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml',
0024         'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml',
0025         'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
0026         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml',
0027         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml',
0028         'Geometry/TrackerCommonData/data/trackermaterial.xml',
0029         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml',
0030         'Geometry/TrackerCommonData/data/PhaseII/OuterTracker616_2020_04/otst.xml',
0031         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml',
0032         'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml',
0033         'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml',
0034         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml',
0035         'Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml',
0036         'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml',
0037         'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml',
0038         'Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml',
0039         'SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml',
0040         'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml',
0041         'Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml',
0042         'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
0043         'Geometry/CMSCommonData/data/FieldParameters.xml',
0044     ),
0045     rootNodeName = cms.string('cms:OCMS')
0046 )