CMS 3D CMS Logo

testGeomForwardShield_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('Geometry/CMSCommonData/data/materials/2021/v1/materials.xml',
5  'Geometry/HcalCommonData/data/hcalforwardmaterial.xml',
6  'Geometry/CMSCommonData/data/rotations.xml',
7  'Geometry/HcalCommonData/data/hcalrotations.xml',
8  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
9  'Geometry/HcalAlgo/test/data/cms.xml',
10  'Geometry/HcalAlgo/test/data/muonBase.xml',
11  'Geometry/ForwardCommonData/data/bundle/forwardshield.xml'),
12  rootNodeName = cms.string('cms:OCMS')
13 )
14 
15