CMS 3D CMS Logo

testHGCalPassiveV19XML_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/v3/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/caloBase/2026/v7/caloBase.xml',
13  'Geometry/HGCalCommonData/data/hgcalMaterial/v3/hgcalMaterial.xml',
14  'Geometry/HGCalCommonData/data/hgcal/v19/hgcal.xml',
15  'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalPassive.xml',
16  'Geometry/HGCalCommonData/data/hgcalPassive/v19/hgcalpos.xml'),
17  rootNodeName = cms.string('cms:OCMS')
18 )
19 
20