CMS 3D CMS Logo

pixfwdGeometryXML_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/TrackerCommonData/data/trackermaterial.xml',
7  'Geometry/CMSCommonData/data/normal/cmsextent.xml',
8  'Geometry/CMSCommonData/data/cms.xml',
9  'Geometry/CMSCommonData/data/cmsMother.xml',
10  'Geometry/CMSCommonData/data/cmsTracker.xml',
11  'Geometry/TrackerCommonData/data/tracker.xml',
12  'Geometry/TrackerCommonData/data/pixfwdMaterials.xml',
13  'Geometry/TrackerCommonData/data/pixfwdCommon.xml',
14  'Geometry/TrackerCommonData/data/pixfwdPlaq.xml',
15  'Geometry/TrackerCommonData/data/pixfwdPlaq1x2.xml',
16  'Geometry/TrackerCommonData/data/pixfwdPlaq1x5.xml',
17  'Geometry/TrackerCommonData/data/pixfwdPlaq2x3.xml',
18  'Geometry/TrackerCommonData/data/pixfwdPlaq2x4.xml',
19  'Geometry/TrackerCommonData/data/pixfwdPlaq2x5.xml',
20  'Geometry/TrackerCommonData/data/pixfwdPanelBase.xml',
21  'Geometry/TrackerCommonData/data/pixfwdPanel.xml',
22  'Geometry/TrackerCommonData/data/pixfwdBlade.xml',
23  'Geometry/TrackerCommonData/data/pixfwdNipple.xml',
24  'Geometry/TrackerCommonData/data/pixfwdDisk.xml',
25  'Geometry/TrackerCommonData/data/pixfwdCylinder.xml',
26  'Geometry/TrackerCommonData/data/pixfwd.xml',
27  'Geometry/TrackerCommonData/data/trackerpixfwd.xml'),
28  rootNodeName = cms.string('cms:CMSE')
29 )
30 
31