CMS 3D CMS Logo

cmsBeamPipe2017XML_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.xml',
5  'Geometry/CMSCommonData/data/rotations.xml',
6  'Geometry/CMSCommonData/data/extend/cmsextent.xml',
7  'Geometry/CMSCommonData/data/cms/2017/v1/cms.xml',
8  'Geometry/CMSCommonData/data/cmsMother.xml',
9  'Geometry/CMSCommonData/data/beampipe/2017/v1/beampipe.xml',
10  'Geometry/CMSCommonData/data/cmsBeam.xml',
11 # 'Geometry/DTGeometryBuilder/data/dtSpecsFilter.xml',
12 # 'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml',
13 # 'Geometry/CSCGeometryBuilder/data/cscSpecs.xml',
14 # 'Geometry/RPCGeometryBuilder/data/RPCSpecs.xml',
15 # 'Geometry/GEMGeometryBuilder/data/GEMSpecsFilter17.xml',
16 # 'Geometry/GEMGeometryBuilder/data/v4/GEMSpecs.xml',
17  'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml',
18  'Geometry/CMSCommonData/data/FieldParameters.xml'),
19  rootNodeName = cms.string('cms:OCMS')
20 )
21 
22