CMS 3D CMS Logo

testZDCV2XML_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/ForwardCommonData/data/cms.xml',
8  'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
9  'Geometry/ForwardCommonData/data/lumimaterials.xml',
10  'Geometry/ForwardCommonData/data/zdcrotations.xml',
11  'Geometry/ForwardCommonData/data/lumirotations.xml',
12  'Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml',
13 # 'Geometry/ForwardCommonData/data/zdclumi/2021/v2/zdclumi.xml',
14  'Geometry/ForwardCommonData/data/rpd/2021/v1/rpd.xml',
15  'Geometry/ForwardCommonData/data/cmszdcTest.xml',
16  'Geometry/ForwardSimData/data/zdcsens/2021/v1/zdcsens.xml',
17  'Geometry/ForwardSimData/data/zdcProdCuts/2021/v3/zdcProdCuts.xml',
18  'Geometry/CMSCommonData/data/FieldParameters.xml',
19  ),
20  rootNodeName = cms.string('cms:OCMS')
21 )